Wpf vs WinForms for a vb programmer? [closed]

Posted by Jeroen on Programmers See other posts from Programmers or by Jeroen
Published on 2012-07-10T22:10:40Z Indexed on 2012/07/11 3:22 UTC
Read the original article Hit count: 759

Filed under:
|
|
|

I am asked by a client to develop an application that is basically a screen on which the user can choose several items to pass the time (used in holding cells in mental hospitals for example). The baisc idea is as follows:

TV (choosing this will provide the user with a number of TV streams from the interweb) Radio (...) Games (serveral flash games, also from the interweb) Music (play local music or streams) Draw something (not the game) Create an email Choose lighting settings for the room etc. etc. I am torn between WinForms and WPF for this project. It seems that WPF is the way to go since there is quite a bit of rich media involved but I have a 15 year VB background. The project obviously has a dead line and certain budget that I cannot cross and if I can avoid starting from scratch with some thing that will be nice.

Is WPF worth it in this particular case or can I use WinForms with the incorperation of WPF controls? I would very much like to hear your thoughts/comments/suggestions!

© Programmers or respective owner

Related posts about .NET

Related posts about wpf